ASP.NET Core MVC コントロールヘルプ
FlexGrid<T> クラス
メンバ 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : FlexGrid<T> クラス
The FlexGrid control provides a powerful and flexible way to display and edit data in a tabular format.
オブジェクト モデル
FlexGrid<T> クラス
シンタックス
'宣言
 
Public Class FlexGrid(Of T) 
   Inherits FlexGridBase(Of T)
   Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
public class FlexGrid<T> : FlexGridBase<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
型パラメータ
T
継承階層

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.FlexGridBase<T>
               C1.Web.Mvc.FlexGrid<T>

参照

FlexGrid<T> メンバ
C1.Web.Mvc 名前空間